home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 84
/
MacAddict_084_2003_08.iso
/
pc
/
Software
/
Audio & Music
/
Audacity 1.1.3.dmg
/
plug-ins
/
tremolo.ny
< prev
Wrap
Text File
|
2002-09-16
|
278b
|
9 lines
;nyquist plug-in
;version 1
;type process
;name "Tremolo..."
;action "Applying Tremolo..."
;control amount "Wetness" int "%" 40 0 100
;control lfo "Frequency" real "Hz" 4.0 0.1 10.0
(mult (sum (const (- 1.0 (/ amount 200.0))) (scale (/ amount 200.0) (osc (hz-to-step lfo)))) s)